home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.021.Dynamo / dynamo.includes / rt.h next >
Encoding:
Text File  |  1990-06-24  |  1.6 KB  |  43 lines  |  [TEXT/MPS ]

  1. *******************************************************
  2. *                        *
  3. * DYNAMO                        *
  4. *                        *
  5. * Apple II 8-bit runtime entry points.        *
  6. * Copyright (C) 1990 Apple Computer.        *
  7. *                                                     *
  8. * Developer Technical Support Apple II Sample Code    *
  9. *                                                     *
  10. *******************************************************
  11.  
  12.         case    on
  13.  
  14.         import    rtreset
  15.         import    rtcout, signed, unsigned, decoutl, vdecout, decout
  16.         import    hexpad, hexnopad, hexoutl, vhexout, hexout, write
  17.         import    writecr, mulconl, mulvar, mulcon, divconl, divvar
  18.         import    divcon, addvar, addcon, addconl, subvar, subcon
  19.         import    subconl, setconl, setcon, setzero, seteq, setvars
  20.         import    xgty, xlty, ifsgneq, ifequal, vifsgneq, vifequal
  21.         import    strval, midstrval
  22.         import    prstr, prleftstr, prmidstr, leftstrcpy, strcpy
  23.         import    midstrcpy, leftstrcat, strcat, midstrcat
  24.         import    strchr, strloc, restore, readint, readstr, readend
  25.         import    litstr, seedrandom, calcrandom
  26.  
  27.         import    nextchr, numtocopy, strvalcount, strvaldigit
  28.  
  29.         import    arraybase, arrayloc1, arrayloc2, arrayloc3
  30.         import    dim1size, dim2size, dim3size
  31.         import    varyindx1, varyindx2, varyindx3
  32.         import    arrayindx1,  arrayindx2,  arrayindx3
  33.         import    arraylindx1, arraylindx2, arraylindx3
  34.         import    vgetbyte, vgetword, vputbyte, vputword
  35.         import    getbyte, getnextbyte, getword, getnextword
  36.         import    putbyte, putnextbyte, putword, putnextword
  37.         import    getbytel, putbytel, getwordl, putwordl
  38.  
  39.         import    wrcstr, chngsgn
  40.         import    hibitchrs, lowbitchrs, regchrs
  41.         import    deref, vderef, aderef, aderefz
  42.         import    xderef, xderefz, yderef, yderefz
  43.